FormDataSource Property

Specifies the name of a data source to use for a form. The defined values are: -A URI specifying a database connection. -A data source name that an consumer can use to establish database connections. -The URL of an OpenDocument database front-end document.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public string DataSource { get; set; }

Property Value

String

See Also